header{
  background-color: #FFFFFF;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 2rem;padding-left: 170px;;
}
body { margin: 0;padding: 0;background-repeat:repeat; background-size:1800px; background-color:#FFF
  ;width: 100%; height: 100%;} 
.logo-header img{
  width:255px;height:130px ;
}
.nav-menu{align-items: center;text-align: center ;}
.nav-menu ul{
  display: flex;
  align-items:center;padding-right: 170px ;text-align: center;
}
.nav-menu li{
  margin-right: 1rem;padding-right: 50px;padding-right: 60px;align-items: center;
}
.nav-menu a{
  color: #000000;text-decoration: none; font-size: 16px;align-items: center;font-weight:700;font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.nav-menu li:hover{background-color: hsl(197, 53%, 68%);border-radius: 2rem;}
  .nav-menu li:nth-last-child(2){
    background:#224cd49d;;
    padding: .25rem .75rem;
    border-radius: .2rem;}
    .nav-menu a:nth-last-child(2){
     color: #FFF;
      padding: .25rem .75rem;
      border-radius: .2rem;}
.nav-menu li:last-child{
  background:#4ad295;
  padding: .25rem .75rem;
  border-radius: .2rem;
  margin-left: 50px;
}
.menu-icon img{
  width: 100px;
  height: 100px;
  border-radius: 2px;
}
.menu-icon, #check{
  display: none;
}
.slider {
  background: #ffffff;
  height: 100px;
  width: 70vw;
  overflow: hidden;
  margin-top: 60px;
  margin-left: 200px;
}

.slider .move {
  display: flex;
  width: calc(250px * 14);
  animation: animacion 50s linear infinite;
}

@keyframes animacion {
  0% {
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-250px * 7));
  }
}

.slider .box {
  height: 100px;
  width: 250px;
  margin-left: 70px;;
}

img{
  width: 250px;
  height: 100px;
 
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://postimg.cc/rdFD15fx') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;}
.loader img {align-items: center;text-align: justify; height: 700px;width: 900px;
margin-left: 15%;margin-top: 50px;}
.mapsiimex{text-align: center; margin-top: 50px;}
.mapsiimex img{height: 700px;}


@media(max-width:1000px){
  .logo-header img{height: 200px;}
  .texto{background-color: #F7F7F7;}
  .checkbtn{
    display: block;
}
.menu-icon{
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.nav-menu ul{
    display: block;
    position: fixed;
    top:70px;
    left:-100%;
    background: #222;
    width:0;
    height: 100vh;
    right: 0;
}
.nav-menu ul li{
    padding: 2rem;
    display: flex;
    justify-content: center;
    margin: 0;
}
.nav-menu ul li:last-child{
    background: none;
    padding: 1rem;
}
.nav-menu a{font-size: 70px;color: #FFF;}
#check:checked ~ ul{
    left: 0;
    transition: all .25s;
    width: 100%;
    z-index: 1;
}
.slider{margin-left: 200px;height: 200px; z-index:-1}
.mapsiimex img {height: 1500px;width: 700px;}
}